Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented May 10, 2021

This PR contains the following updates:

Package Type Update Change
phoenix_pubsub (source) prod major == 1.1.2 -> == 2.2.0

Release Notes

phoenixframework/phoenix_pubsub (phoenix_pubsub)

v2.2.0

Compare Source

Enhancements
  • Allow the registry size to be set separate from pool size
  • Introduce :broadcast_pool_size option to allow safe pool size migration
Bug fixes
  • Only restart shards if they terminate unexpectedly

v2.1.3

Compare Source

Bug fixes
  • Fix memory leak introduced in 2.1.2

v2.1.2

Compare Source

Bug fixes
  • Fix race condition on tracker update allowing state to become out of sync

v2.1.1

Compare Source

Enhancements
  • Support compatibility with 2.0 nodes when pool_size is 1

v2.1.0

Compare Source

Enhancements
  • Support handle_info callback on Phoenix.Tracker

v2.0.0

Compare Source

Enhancements
  • Use erlang's new :pg module if available instead of :pg2
Backwards incompatible changes
  • Frameworks and other adapters will require the use of the new child_spec API

v1.1.2

Compare Source

v1.1.1

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/phoenix_pubsub-2.x branch from 0b21912 to 3424bd1 Compare April 1, 2022 19:11
@renovate
Copy link
Contributor Author

renovate bot commented Apr 1, 2022

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: mix.lock
Command failed: docker run --rm --name=renovate_a_sidecar --label=renovate_a_child -v "/tmp/worker/f09fd6/755c4a/repos/github/mike-works/phoenix-fundamentals":"/tmp/worker/f09fd6/755c4a/repos/github/mike-works/phoenix-fundamentals" -v "/tmp/worker/f09fd6/755c4a/cache":"/tmp/worker/f09fd6/755c4a/cache" -e BUILDPACK_CACHE_DIR -e CONTAINERBASE_CACHE_DIR -w "/tmp/worker/f09fd6/755c4a/repos/github/mike-works/phoenix-fundamentals" ghcr.io/containerbase/sidecar bash -l -c "install-tool erlang 26.0.1.0 && install-tool elixir v1.14.5 && mix deps.update phoenix_pubsub"
warning: found quoted keyword "test" but the quotes are not required. Note that keywords are always atoms, even when quoted. Similar to atoms, keywords made exclusively of ASCII letters, numbers, and underscores and not beginning with a number do not require quotes
  mix.exs:52:7

warning: use Mix.Config is deprecated. Use the Config module instead
  config/config.exs:6

warning: use Mix.Config is deprecated. Use the Config module instead
  config/dev.exs:1

warning: found quoted keyword "test" but the quotes are not required. Note that keywords are always atoms, even when quoted. Similar to atoms, keywords made exclusively of ASCII letters, numbers, and underscores and not beginning with a number do not require quotes
  mix.exs:52:7

warning: use Mix.Config is deprecated. Use the Config module instead
  config/config.exs:6

warning: use Mix.Config is deprecated. Use the Config module instead
  config/dev.exs:1

warning: found quoted keyword "test" but the quotes are not required. Note that keywords are always atoms, even when quoted. Similar to atoms, keywords made exclusively of ASCII letters, numbers, and underscores and not beginning with a number do not require quotes
  mix.exs:52:7

warning: use Mix.Config is deprecated. Use the Config module instead
  config/config.exs:6

warning: use Mix.Config is deprecated. Use the Config module instead
  config/dev.exs:1

** (Mix) Hex dependency resolution failed

@renovate renovate bot force-pushed the renovate/phoenix_pubsub-2.x branch from 3424bd1 to adfa23e Compare April 5, 2022 15:43
@renovate renovate bot force-pushed the renovate/phoenix_pubsub-2.x branch 2 times, most recently from fa001a3 to 6305fdb Compare June 23, 2022 21:01
@renovate renovate bot force-pushed the renovate/phoenix_pubsub-2.x branch from 6305fdb to b1d37c8 Compare May 31, 2023 05:57
@renovate renovate bot force-pushed the renovate/phoenix_pubsub-2.x branch from b1d37c8 to ceef149 Compare June 14, 2023 16:17
@renovate renovate bot force-pushed the renovate/phoenix_pubsub-2.x branch from ceef149 to b5f6374 Compare July 19, 2025 13:52
@renovate
Copy link
Contributor Author

renovate bot commented Jul 19, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: mix.lock
Command failed: mix deps.update phoenix_pubsub
    warning: found quoted keyword "test" but the quotes are not required. Note that keywords are always atoms, even when quoted. Similar to atoms, keywords made exclusively of ASCII letters, numbers, and underscores and not beginning with a number do not require quotes
    │
 52 │      "test": ["ecto.create --quiet", "ecto.migrate", "test"]]
    │      ~
    │
    └─ mix.exs:52:6

    warning: use Mix.Config is deprecated. Use the Config module instead
    │
  6 │ use Mix.Config
    │ ~~~~~~~~~~~~~~
    │
    └─ config/config.exs:6

    warning: Mix.Config.config/2 is deprecated. Use the Config module instead
    │
  9 │ config :eblog,
    │ ~~~~~~~~~~~~~~
    │
    └─ config/config.exs:9

    warning: Mix.Config.config/3 is deprecated. Use the Config module instead
    │
 13 │ config :eblog, Eblog.Endpoint,
    │ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    │
    └─ config/config.exs:13

    warning: Mix.Config.config/3 is deprecated. Use the Config module instead
    │
 21 │ config :logger, :console,
    │ ~~~~~~~~~~~~~~~~~~~~~~~~~
    │
    └─ config/config.exs:21

    warning: Mix.Config.import_config/1 is deprecated. Use the Config module instead
    │
 27 │ import_config "#{Mix.env}.exs"
    │ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    │
    └─ config/config.exs:27

    warning: use Mix.Config is deprecated. Use the Config module instead
    │
  1 │ use Mix.Config
    │ ~~~~~~~~~~~~~~
    │
    └─ config/dev.exs:1

    warning: Mix.Config.config/3 is deprecated. Use the Config module instead
    │
  9 │ config :eblog, Eblog.Endpoint,
    │ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    │
    └─ config/dev.exs:9

    warning: Mix.Config.config/3 is deprecated. Use the Config module instead
    │
 19 │ config :eblog, Eblog.Endpoint,
    │ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    │
    └─ config/dev.exs:19

    warning: Mix.Config.config/3 is deprecated. Use the Config module instead
    │
 30 │ config :logger, :console, format: "[$level] $message\n"
    │ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    │
    └─ config/dev.exs:30

    warning: Mix.Config.config/3 is deprecated. Use the Config module instead
    │
 34 │ config :phoenix, :stacktrace_depth, 20
    │ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    │
    └─ config/dev.exs:34

    warning: Mix.Config.config/3 is deprecated. Use the Config module instead
    │
 37 │ config :eblog, Eblog.Repo,
    │ ~~~~~~~~~~~~~~~~~~~~~~~~~~
    │
    └─ config/dev.exs:37

** (Mix) Hex dependency resolution failed

@renovate renovate bot force-pushed the renovate/phoenix_pubsub-2.x branch from b5f6374 to 033ad9a Compare October 22, 2025 17:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant